.swiper-container {
    width: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
/*new-pro*/
.new-pro{
    width: 100%;
    background: rgb(232,240,241);
    margin-top: -10px;
}
.pro-title{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 50px;
}
.pro-title h3{
    color:rgb(6,187,168);
    font-size: 24px;
}
.pro-title p:nth-child(2){
    width: 120px;
    height: 2px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgb(179,179,179);
    padding-top: 5px;
}
.pro-title p:nth-child(2) span{
    display: inline-flex;
    width: 30px;
    height: 3px;
    background: rgb(6,187,168);
    margin-top: 1px;
}
.pro-title p:nth-child(3){
    padding-top: 10px;
    font-size: 14px;
    color:#595959;
}

.new-pro-c{
    width: 1100px;
    padding-bottom: 120px;
    margin:0 auto;
    display: flex;
}
.new-pro-i{
    width: 380px;
    height: 480px;
    background: #FFF;
}
.new-pro-i:nth-child(3n-1){
    margin: 0 35px;
}
.new-pro-i-img{
    width: 100%;
    height: 320px;
    display: flex;
    border-bottom: 1px solid rgb(237,237,237);
    justify-content: center;
}
.new-pro-i-img img{
    align-self: center;
}
.new-pro-i-desc{
    padding-top:30px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.new-pro-i-desc p:nth-child(1){
    font-size: 18px;
    width:340px;
    margin: 0 auto;
}
.new-pro-i-desc p:nth-child(2){
    font-size: 14px;
}
.new-pro-bom{
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    text-align: center;
    line-height: 50px;
    color:#FFF;
    background: rgb(32,200,177);
    position: relative;
    top:60px;
    left: 150px;

}
.new-pro-bom span{
    display: inline-flex;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

/*our-pro*/
.our-pro-c{
    width: 1100px;
    padding-bottom: 120px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
}
.our-pro-i{
    width: 340px;
    height: 340px;
    margin-bottom: 10px;
}
.our-pro-i:nth-child(3n-1){
    margin: 0 40px;
}
.our-pro-i-img{
    height: 300px;
    display: flex;
    justify-content: center;
}
.our-pro-i-img img{
    align-self: center;
}
.our-pro-i-c{
    display: flex;
    font-size: 14px;
    justify-content: center;
    color:#595959;
}

/*about our*/
.about-our{
    width: 100%;
    height: 500px;
    background: url("https://www.juniper.net/assets/img/promos/mosaics/1920x550-selector-switching.jpg") no-repeat center center;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
.about-our .pro-title h3{
    color: #FFF;
}
.about-our .pro-title p:nth-child(3){
    color:#FFF;
}
.about-our-c{
    width: 1100px;
    margin: 0 auto;
    color:#FFF;
    display: flex;
}
.about-our-l{
    width: 400px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.about-our-l li{
    color:#FFF;
    font-size: 14px;
    padding: 12px 30px;
    background: #000000;
}
.about-our-r{
    width: 800px;
}
.about-our-r h3{
    color:rgb(6,187,168);
    padding-bottom:10px;
}
.about-our-r p{
    font-size: 13px;
    padding: 5px 0;
}
.about-our-r span{
    display: inline-flex;
    width: 120px;
    height: 30px;
    border: 1px solid #FFF;
    justify-content: center;
    line-height: 30px;
    margin-top: 50px;
    font-size: 14px;
}
.contact-us{
    background:rgb(41,68,116) ;
}
.contact-us .pro-title p:nth-child(3){
    color:#FFF;
}
.contact-us-t{
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    border-bottom:1px solid rgb(113,169,281);
    text-align: center;
    color:#FFF;
    font-size: 14px;
}
.contact-us-t p{
    padding: 5px 0;
}
.contact-us-t p span{
    color:rgb(6,187,168);
    font-size: 18px;
}
.contact-us-b{
    width: 1000px;
    height: 160px;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
}
.contact-us-b-l{
    width: 350px;
    color: #FFF;
    font-size: 14px;

}
.contact-us-b-l p{
    padding: 5px 0;
}
.contact-us-b-r{
    width: 650px;
    padding-left: 20px;
    display: flex;
}
.contact-us-b-r p{
    width: 60px;
    margin: 5px;
}
.contact-us-b-r p img{
    width: 100%;
}